projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e2ad9e
)
(binhex-decode-region): Don't hardcode point-min == 1.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 19 Nov 2002 15:56:01 +0000
(15:56 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 19 Nov 2002 15:56:01 +0000
(15:56 +0000)
lisp/gnus/binhex.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/binhex.el
b/lisp/gnus/binhex.el
index b70fb0e728e8bee29547e040525f66ffb9475982..40e9051e134b805c402cba196761fe9ac4a72d21 100644
(file)
--- a/
lisp/gnus/binhex.el
+++ b/
lisp/gnus/binhex.el
@@
-232,7
+232,7
@@
If HEADER-ONLY is non-nil only decode header and return filename."
(>= (buffer-size) data-fork-start)))
(progn
(binhex-verify-crc work-buffer
-
1
data-fork-start)
+
(point-min)
data-fork-start)
(setq header (binhex-header work-buffer))
(if header-only (setq tmp nil counter 0))))
(setq tmp (and tmp (not (eq inputpos end)))))